.login-block {
    width: 330px;
    margin: auto;
}

.login-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 15px;
}

.login-google {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.login-email {
    padding: 15px 5px;
}

.login-space {
    margin-bottom: 20px;
}

.line-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: gray; /* Color de la línea */
}

.text {
    font-size: 12px;
    color: gray;
    margin: 0 10px; /* Espacio a ambos lados del texto */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
}